object MPEGConfig_NoiseReductionForm: TMPEGConfig_NoiseReductionForm Left = 232 Top = 496 BorderStyle = bsDialog Caption = 'Noise reduction' ClientHeight = 426 ClientWidth = 560 Color = clBtnFace Constraints.MinHeight = 453 Constraints.MinWidth = 560 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 121 Top = 299 Width = 38 Height = 12 Anchors = [akBottom] Caption = 'Still picture:' end object Label2: TLabel Left = 122 Top = 348 Width = 50 Height = 12 Anchors = [akBottom] Caption = 'Time axis:' end object Label3: TLabel Left = 121 Top = 324 Width = 26 Height = 12 Anchors = [akBottom] Caption = 'Range:' end object Bevel1: TBevel Left = 112 Top = 288 Width = 323 Height = 101 Anchors = [akBottom] end object Panel2: TPanel Left = 5 Top = 5 Width = 551 Height = 276 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone BorderStyle = bsSingle PopupMenu = PopupMenu1 TabOrder = 0 object ResultVideoBox: TDXPaintBox Left = 0 Top = 0 Width = 547 Height = 256 AutoStretch = True Center = True KeepAspect = True Stretch = True ViewWidth = 0 ViewHeight = 0 Align = alClient OnClick = ResultVideoBoxClick OnDblClick = VideoDblClick OnMouseDown = ResultVideoBoxMouseDown OnMouseMove = ResultVideoBoxMouseMove end object DoubleClickLabel: TLabel Left = 117 Top = 141 Width = 322 Height = 12 Anchors = [] Caption = 'Double click here to select video source to display.' OnDblClick = VideoDblClick end object VideoScrollBar: TScrollBar Left = 0 Top = 256 Width = 547 Height = 16 Align = alBottom Enabled = False PageSize = 1 TabOrder = 0 OnChange = VideoScrollBarChange OnScroll = VideoScrollBarScroll end end object OKButton: TButton Left = 401 Top = 396 Width = 73 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 9 OnClick = OKButtonClick OnKeyDown = EditKeyDown end object CancelButton: TButton Left = 481 Top = 396 Width = 73 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 10 OnClick = CancelButtonClick OnKeyDown = EditKeyDown end object PowerScrollBar: TScrollBar Left = 180 Top = 297 Width = 169 Height = 16 Anchors = [akBottom] LargeChange = 10 PageSize = 0 TabOrder = 1 OnChange = PowerScrollBarChange end object PowerEdit: TSpinEdit Left = 356 Top = 294 Width = 73 Height = 21 Anchors = [akBottom] MaxValue = 100 MinValue = 0 TabOrder = 4 Value = 0 OnChange = PowerEditChange OnKeyDown = EditKeyDown end object DefaultButton: TButton Left = 228 Top = 396 Width = 89 Height = 25 Anchors = [akBottom] Caption = 'Default' TabOrder = 7 OnClick = DefaultButtonClick end object EnableFilter: TCheckBox Left = 442 Top = 289 Width = 81 Height = 17 Anchors = [akBottom] Caption = 'Enable filter' Checked = True State = cbChecked TabOrder = 8 OnClick = EnableFilterClick end object Power3DScrollBar: TScrollBar Left = 180 Top = 347 Width = 169 Height = 16 Anchors = [akBottom] LargeChange = 10 PageSize = 0 TabOrder = 3 OnChange = Power3DScrollBarChange end object Power3DEdit: TSpinEdit Left = 356 Top = 344 Width = 73 Height = 21 Anchors = [akBottom] MaxValue = 100 MinValue = 0 TabOrder = 6 Value = 0 OnChange = Power3DEditChange OnKeyDown = EditKeyDown end object RangeScrollBar: TScrollBar Left = 180 Top = 322 Width = 169 Height = 16 Anchors = [akBottom] Max = 4 Min = 1 PageSize = 0 Position = 1 TabOrder = 2 OnChange = RangeScrollBarChange end object RangeEdit: TSpinEdit Left = 356 Top = 319 Width = 73 Height = 21 Anchors = [akBottom] MaxValue = 4 MinValue = 1 TabOrder = 5 Value = 1 OnChange = RangeEditChange OnKeyDown = EditKeyDown end object ProgressBar: TProgressBar Left = 440 Top = 373 Width = 113 Height = 16 Anchors = [akBottom] Min = 0 Max = 100 TabOrder = 11 end object EnableOffGoma: TCheckBox Left = 182 Top = 368 Width = 123 Height = 17 Hint = 'When erase time direction noise, prevent grain noise and after i' + 'mage.' Anchors = [akBottom] Caption = 'High quality mode' TabOrder = 12 OnClick = EnableOffGomaClick end object EnableZoomWindow: TCheckBox Left = 442 Top = 309 Width = 108 Height = 17 Anchors = [akBottom] Caption = 'Zoom view' TabOrder = 13 OnClick = EnableZoomWindowClick end object PopupMenu1: TPopupMenu Left = 294 Top = 86 object N1: TMenuItem Tag = 1 Caption = 'Original size' OnClick = N1Click end object N2: TMenuItem Tag = 2 Caption = 'Zoom 2x' OnClick = N1Click end object N3: TMenuItem Tag = 3 Caption = 'Zoom 3x' OnClick = N1Click end object N4: TMenuItem Tag = 4 Caption = 'Zoom 4x' OnClick = N1Click end object N5: TMenuItem Caption = '-' end object C1: TMenuItem Caption = '&Copy to clipboard' ShortCut = 16451 OnClick = C1Click end end object Timer1: TTimer Enabled = False Interval = 500 OnTimer = Timer1Timer Left = 39 Top = 151 end object Timer: TTimer Enabled = False Interval = 20 OnTimer = TimerTimer Left = 39 Top = 191 end end